StrReverse (inputString)

Basic and Crystal syntax.

Argument

inputString is a String whose characters are to be reversed.

Returns

String value.

Action

StrReverse returns a String in which the character order of inputString is reversed. If inputString is a zero-length string (""), a zero-length string is returned.

Examples

The following example is applicable to both Basic and Crystal syntax:

StrReverse("abc")

Returns "cba".

Comments

This function is designed to work like the Visual Basic function of the same name.



Seagate Software IMG Holdings, Inc.
http://www.seagatesoftware.com
Support services:
http://support.seagatesoftware.com